Fix typos
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 27 Dec 2008 16:24:07 +0000 (16:24 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 27 Dec 2008 16:24:07 +0000 (16:24 +0000)
svn path=/trunk/; revision=21949

docs/reference/gtk/tmpl/gtkentry.sgml

index 323fa1f260a4ba20b18751972ae8536068d22552..99f04f94c395f25fda2d97c0bac3066d294ff108 100644 (file)
@@ -20,7 +20,7 @@ By default, GTK+ picks the best invisible character that is available
 in the current font, but it can be changed with 
 gtk_entry_set_invisible_char(). Since 2.16, GTK+ displays a warning
 when Caps Lock or input methods might interfere with entering text in
-a password entry. The warning can be turned of with the 
+a password entry. The warning can be turned off with the 
 #GtkEntry::caps-lock-warning property.
 </para>
 <para>
@@ -35,7 +35,7 @@ can have tooltips. To add an icon, use gtk_entry_set_icon_from_gicon() or
 one of the various other functions that set an icon from a stock id, an
 icon name or a pixbuf. To trigger an action when the user clicks an icon,
 connect to the #GtkEntry::icon-pressed signal. To allow DND operations
-from an icon, use gtk_entry_icon_set_drag_source(). To set a tooltip on 
+from an icon, use gtk_entry_set_icon_drag_source(). To set a tooltip on 
 an icon, use gtk_entry_set_icon_tooltip_text() or the corresponding function
 for markup.
 </para>
@@ -735,6 +735,14 @@ The #GtkEntry-struct struct contains only private data.
 @entry: 
 
 
+<!-- ##### ENUM GtkEntryIconPosition ##### -->
+<para>
+
+</para>
+
+@GTK_ENTRY_ICON_PRIMARY: 
+@GTK_ENTRY_ICON_SECONDARY: 
+
 <!-- ##### FUNCTION gtk_entry_set_icon_from_pixbuf ##### -->
 <para>